home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / proxy_state.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  449 b   |  14 lines

  1. ## proxy_state.tg
  2. # This script requests the current running state from the Proxy (remote) WinCron.
  3. #    The running state is used by the interactive client to accuratly display things like
  4. #    the taskbar icon, button states etc.. (UI state.)
  5. # Assumptions:
  6. # 1. Proxy has been loaded
  7. # 2. Proxy has been connected to
  8. # See Also: proxy_load.tg, proxy_connect.tg, proxy_test_01.tg
  9. {
  10.     -name proxy_state
  11.     -start
  12.     -stop
  13.     -action -proxy -state
  14. }